home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 September
/
CHIP 1996 szeptember (CD07).zip
/
CHIP_CD07.ISO
/
povray30
/
povmsdos.exe
/
POVMSDOS.ZIP
/
DOCSDEMO
/
HFDEMO.POV
< prev
next >
Wrap
Text File
|
1996-06-19
|
428b
|
28 lines
//
// POV-Ray(tm) 3.0 tutorial example scene.
// Copyright 1996 by the POV-Ray Team
//
//
// Note: image.pov has to be traced before this scene can be used.
//
#include "colors.inc"
camera{
location <0, 2, -10>
look_at 0
angle 30
}
height_field {
tga "image.tga"
smooth
pigment { White }
translate <-.5, -.5, -.5>
scale <17, 1.75, 17>
}
light_source{ <1000,1000,-1000> White }